home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sources.misc
- organization: Questar Data Systems, Inc., St. Paul, MN
- subject: v10i074: Multitalk2.0 - Multi-user Talk Parlour (missing files)
- from: al@questar.QUESTAR.MN.ORG (Al Viall)
- Sender: allbery@uunet.UU.NET (Brandon S. Allbery - comp.sources.misc)
-
- Posting-number: Volume 10, Issue 74
- Submitted-by: al@questar.QUESTAR.MN.ORG (Al Viall)
- Archive-name: multitalk.p1
-
- To anyone concerned, I recently posted Multitalk2.0 to this board and it
- has come to my attention (Thanx Steve) that it was not complete. Two files
- that I mentioned in 'Readme1st' were missing. They were not terribly important
- but that is beside the point.(I hate when people upload incomplete source.
- therefore, I hate myself. Today anyways.) Following are the two files, for
- those who grabbed Mtalk and were wondering about it. Sorry for the (Gulp!)
- gliche.
- ------------------ Tear at the perforation ------------------------------
- #! /bin/sh
- # This is a shell archive. Remove anything before this line, then unpack
- # it by saving it into a file and typing "sh file". To overwrite existing
- # files, type "sh file -c". You can also feed this as standard input via
- # unshar, or by typing "sh <file", e.g.. If this archive is complete, you
- # will see the following message at the end:
- # "End of shell archive."
- # Contents: mtalk Makeit
- # Wrapped by al@questar on Wed Feb 14 21:03:43 1990
- PATH=/bin:/usr/bin:/usr/ucb ; export PATH
- if test -f mtalk -a "${1}" != "-c" ; then
- echo shar: Will not over-write existing file \"mtalk\"
- else
- echo shar: Extracting \"mtalk\" \(645 characters\)
- sed "s/^X//" >mtalk <<'END_OF_mtalk'
- X#!/bin/sh
- X#########################################################
- X# MultiTalk 1.1 - Albert Viall
- X#
- X# This shell script just sets the read/write permissions
- X# of your TTY for the Parlour and then executes the game
- X# for you. This script is placed here for convenience.
- X# Mtalk will NOT be executed while on Calvin.
- X# If ever there is an execution error for Mtalk, the most
- X# likely culprit is that the executable was not setuid.
- X# In such a case, let me know immediately.
- Xif [ `uuname -l` != "hobbes" ]
- Xthen
- X echo
- X echo "You can run Mtalk ONLY on Hobbes..."
- X echo
- X exit 1
- Xfi
- X
- Xnice -5 /u1/prg/al/C/TALK/multitalk
- X
- END_OF_mtalk
- if test 645 -ne `wc -c <mtalk`; then
- echo shar: \"mtalk\" unpacked with wrong size!
- fi
- chmod +x mtalk
- # end of overwriting check
- fi
- if test -f Makeit -a "${1}" != "-c" ; then
- echo shar: Will not over-write existing file \"Makeit\"
- else
- echo shar: Extracting \"Makeit\" \(49 characters\)
- sed "s/^X//" >Makeit <<'END_OF_Makeit'
- Xcc multitalk.c -o multitalk
- Xchmod u+s multitalk
- X
- END_OF_Makeit
- if test 49 -ne `wc -c <Makeit`; then
- echo shar: \"Makeit\" unpacked with wrong size!
- fi
- chmod +x Makeit
- # end of overwriting check
- fi
- echo shar: End of shell archive.
- exit 0
- --
- | INTERNET: al@questar.QUESTAR.MN.ORG | NEW PRODUCT ON THE MARKET |
- | UUCP: ..!amdahl!tcnet!questar!al | "Flame in a Can" |
- | FIDONET: 1/282:2,3 (Al Viall) | Just tear off the protective |
- | "MMMMMMM. And so good for you!" | seal, point and shoot. Great fun!|
-
-